home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- set the member of sprite 16 to "rolloversSize"
- end
-
- on mouseDown
- global gVideoSize
- set gVideoSize to not gVideoSize
- case gVideoSize of
- 0:
- doBabyVideo()
- 1:
- doMummyVideo()
- end case
- end
-
- on mouseLeave
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- set the puppet of sprite 16 to 0
- end
-